ChannelPushSettingViewModelProvider

fun interface ChannelPushSettingViewModelProvider

Interface definition to be invoked when ChannelPushSettingViewModel is created.

Since

3.9.0

See also

Functions

Link copied to clipboard
abstract fun provide(owner: ViewModelStoreOwner, channelUrl: String): ChannelPushSettingViewModel

Returns the ChannelPushSettingViewModel.